Changeset 2490 for neercs/trunk


Ignore:
Timestamp:
Jun 27, 2008, 12:09:20 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Rename man/ to doc/.
  • Add svn:ignore properties here and there.
Location:
neercs/trunk
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • neercs/trunk

    • Property svn:ignore
      •  

        old new  
        33aclocal.m4
        44autom4te.cache
        5 autotools
         5.auto
        66config.h
        77config.h.in
  • neercs/trunk/Makefile.am

    r2465 r2490  
    11
    2 SUBDIRS = src man
    3 DIST_SUBDIRS = $(SUBDIRS) data
     2SUBDIRS = src
     3DIST_SUBDIRS = $(SUBDIRS) data doc
    44
    55EXTRA_DIST = bootstrap
  • neercs/trunk/configure.ac

    r2465 r2490  
    5959CFLAGS="${CFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
    6060
    61 AC_CONFIG_FILES([
    62   man/Makefile
    63 ])
    6461AC_OUTPUT([
    6562  Makefile
     63  doc/Makefile
    6664  src/Makefile
    6765  data/Makefile
  • neercs/trunk/doc

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • neercs/trunk/doc/Makefile.am

    r2465 r2490  
    55man_MANS = neercs.1
    66
    7 clean: clean-local
    8 clean-local:
    9         -rm -Rf man
    10 
    117install-data-local:
    128        $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
Note: See TracChangeset for help on using the changeset viewer.