Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:da24979ca3538e38b7bf99219d2a32645806af2c
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Sun May 27 23:52:07 2012 +0100
Parents..:7e7f749376301cbda6ddaa464bf4e4d7cf37d298

Message
Makefile.am: Distribute README-dev, to avoid a missing cross-ref from README (thanks, Santiago Vila).

Changes
diff --git a/Makefile.am b/Makefile.am
line changes: +1/-1
index 5a7061a..de54590
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
 # Additional files to distribute.
-EXTRA_DIST = ChangeLog.O m4/gnulib-cache.m4
+EXTRA_DIST = README-dev ChangeLog.O m4/gnulib-cache.m4
 
 # Subdirectories to descend into.
 SUBDIRS = contrib lib po src doc man tests

This website is licensed under AGPL-3.0. Feel free to copy!