summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-03 18:05:01 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-03 18:05:01 +0000
commit36f94e7f14e11036d03d9f2282de3aae9c918f12 (patch)
treeabe21264b58f8700590a0eeb261899bf94eebe57 /Makefile.common
parentc4666a80dcff9d8625e9630e29a28819100f9e80 (diff)
downloadfedora-doc-utils-36f94e7f14e11036d03d9f2282de3aae9c918f12.tar.gz
fedora-doc-utils-36f94e7f14e11036d03d9f2282de3aae9c918f12.tar.xz
fedora-doc-utils-36f94e7f14e11036d03d9f2282de3aae9c918f12.zip
Don't need ${POFILES} as a 'make showvars' item.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index c2a486b..535e62e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -221,7 +221,6 @@ po:: ${POFILES}
showvars::
@echo "DOCBASE=\"$(DOCBASE)\""
@echo "LANGUAGES=\"$(LANGUAGES)\""
- @echo "POFILES=\"${POFILES}\""
#
#########################################################################
# Show differences between two file revisions. To use this tool: