[Freeciv-Dev] (PR#9703) Re: Dist doc/scorelog-v2
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9703 >
Marko Lindqvist wrote:
> I'll look into automatically detecting files that are in cvs, but are
> not in dist. First I thought that I could simply check that files, with
> known exceptions, are mentioned in Makefile.am, but realized then that I
> probably can't determine which files automake will handle automatically.
> So this probably means unpacking distribution package into separate
> directory and comparing it into cvs directory. Of course, there is no
> need to do this very often.
I have still done nothing mentioned above. So far I have accidentally
found two files that are not distributed and want to open ticket for this.
- Caz
diff -Nurd freeciv/doc/Makefile.am freeciv/doc/Makefile.am
--- freeciv/doc/Makefile.am 2004-08-13 21:32:10.546875000 +0300
+++ freeciv/doc/Makefile.am 2004-08-14 22:21:02.578125000 +0300
@@ -18,4 +18,5 @@
README.graphics \
README.rulesets \
README.sound \
+ scorelog-v2 \
TODO
diff -Nurd freeciv/tests/Makefile.am freeciv/tests/Makefile.am
--- freeciv/tests/Makefile.am 2004-08-13 21:32:18.312500000 +0300
+++ freeciv/tests/Makefile.am 2004-08-14 22:20:11.453125000 +0300
@@ -12,5 +12,6 @@
$(srcdir)/copyright.sh $(top_srcdir) >> check-output
cat check-output | sed "s\\$(top_srcdir)/\\\\" > check-output
-check_SCRIPTS = header_guard.sh \
+check_SCRIPTS = copyright.sh \
+ header_guard.sh \
va_list.sh
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#9703) Re: Dist doc/scorelog-v2,
Marko Lindqvist <=
|
|