summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-04 22:07:00 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-04 22:07:00 +0000
commit53d9adf745406a70285453a5f676e44944c77e99 (patch)
tree4634e1803496ec00cf932650ef437eeabf267641
parent1c8645d529da77881e8e9e192ccd9e646cdf3107 (diff)
downloadfedora-doc-utils-53d9adf745406a70285453a5f676e44944c77e99.tar.gz
fedora-doc-utils-53d9adf745406a70285453a5f676e44944c77e99.tar.xz
fedora-doc-utils-53d9adf745406a70285453a5f676e44944c77e99.zip
Added secret "make mrproper" target ;-)
-rw-r--r--Makefile.common21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index fc47120..cce0031 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -824,6 +824,27 @@ help::
#
#########################################################################
+
+#########################################################################
+# I'm going to bury this target deep at the bottom of the Makefile so
+# that maybe you won't see it ;-) This is a *VERY DANGEROUS* target
+# what will destroy *ALL* of your work, that of all the translators,
+# and probably cause dental cavities as well. You *DO NOT* want to
+# use this target, ever. The purpose of this target is to erase the
+# oh-so-carefully hand-crafted .POT and .PO translation files in addition
+# to all of the other generated product files. THIS IS THE ONLY TARGET
+# THAT WILL ERASE A .PO FILE! Unless you are working on the I18N part
+# of the FDP toolchain itself, you MUST NOT EVER use this target! It
+# voids all warranties! It will never show up on a "make help" list!
+mrproper: distclean
+ ${RM} po/*.*
+# OK, you tried it anyway didn't you? To recover you must:
+# 1) NOT DO A CVS COMMIT; and
+# 2) Immediately do a "cvs update po" to repair the damage; and
+# 3) Send $25.00USD to the charity of your choice; or
+# 4) Just pretend you didn't use this target in the first place.
+#########################################################################
+
#########################################################################
# End of Makefile.common
#########################################################################