restructured the doc directory

This commit is contained in:
2009-05-29 00:34:58 +00:00
parent 9dfcf671a4
commit b4ff537d85
18 changed files with 1256 additions and 9 deletions

View File

@ -4,7 +4,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include
lib_LTLIBRARIES = libqsecmn.la
libqsecmn_la_SOURCES = \
syscall.h mem.h chr.h \
syscall.h mem.h \
mem.c chr.c chr_cnv.c rex.c \
str_bas.c str_cnv.c str_dyn.c str_utl.c \
lda.c map.c sll.c dll.c opt.c \

View File

@ -205,7 +205,7 @@ AUTOMAKE_OPTIONS = nostdinc
AM_CPPFLAGS = -I$(top_builddir)/include
lib_LTLIBRARIES = libqsecmn.la
libqsecmn_la_SOURCES = \
syscall.h mem.h chr.h \
syscall.h mem.h \
mem.c chr.c chr_cnv.c rex.c \
str_bas.c str_cnv.c str_dyn.c str_utl.c \
lda.c map.c sll.c dll.c opt.c \