about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 21:27:08 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 21:27:08 +0000
commitfb7d5dbf06f8ce92a23b50a0cc45be3e7b55fccd (patch)
tree1f9174fd7a3c4719a5eeb0de001924eb10c5d86d
parent7bfd7995fd403f80940e3f6ac36f9ae58b7040cb (diff)
downloadrainbows-fb7d5dbf06f8ce92a23b50a0cc45be3e7b55fccd.tar.gz
Oops
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 01c5906..c3f6040 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -48,13 +48,16 @@ man html:
 ChangeLog: GIT-VERSION-FILE .wrongdoc.yml
         wrongdoc prepare
 
+manifest: ChangeLog GIT-VERSION-FILE
+        $(RM) -f .manifest
+        $(MAKE) .manifest
+
 .manifest:
         (git ls-files && for i in $@ $(pkg_extra) ; do echo $$i; done) | \
           LC_ALL=C sort > $@+
         cmp $@+ $@ || mv $@+ $@
         $(RM) $@+
 
-
 doc: .document man html .wrongdoc.yml
         $(MAKE) -C Documentation comparison.html
         for i in $(man1_rdoc); do echo > $$i; done