Changeset 2490 for neercs/trunk
- Timestamp:
- Jun 27, 2008, 12:09:20 PM (15 years ago)
- Location:
- neercs/trunk
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk
- Property svn:ignore
-
old new 3 3 aclocal.m4 4 4 autom4te.cache 5 autotools 5 .auto 6 6 config.h 7 7 config.h.in
-
- Property svn:ignore
-
neercs/trunk/Makefile.am
r2465 r2490 1 1 2 SUBDIRS = src man3 DIST_SUBDIRS = $(SUBDIRS) data 2 SUBDIRS = src 3 DIST_SUBDIRS = $(SUBDIRS) data doc 4 4 5 5 EXTRA_DIST = bootstrap -
neercs/trunk/configure.ac
r2465 r2490 59 59 CFLAGS="${CFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare" 60 60 61 AC_CONFIG_FILES([62 man/Makefile63 ])64 61 AC_OUTPUT([ 65 62 Makefile 63 doc/Makefile 66 64 src/Makefile 67 65 data/Makefile -
neercs/trunk/doc
-
Property
svn:ignore
set to
Makefile
Makefile.in
-
Property
svn:ignore
set to
-
neercs/trunk/doc/Makefile.am
r2465 r2490 5 5 man_MANS = neercs.1 6 6 7 clean: clean-local8 clean-local:9 -rm -Rf man10 11 7 install-data-local: 12 8 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
Note: See TracChangeset
for help on using the changeset viewer.