/[public]/psiconv/trunk/program/psiconv/Makefile.am
ViewVC logotype

Contents of /psiconv/trunk/program/psiconv/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 192 - (show annotations)
Mon Feb 2 20:43:04 2004 UTC (20 years, 1 month ago) by frodo
File size: 399 byte(s)
(Frodo) Psiconv program update
  * Created html4 target
  * Update of xhtml target (print entities if ASCII, and others)
  * Made everything static that should not be exported
  * Renamed stuff to xhtml were appropriate
  * The fileformat data does now contain the supported Psion files to convert
  * This is also printed in the help text
  * ENCODING_ASCII_HTML introduced (only used internally)
  * Replaced debug, silent, verbose options with noise option
  * Default targets are XHTML and TIFF

1 INCLUDES=-I../.. -I../../lib -I../../compat
2
3 bin_PROGRAMS = psiconv
4 psiconv_SOURCES = psiconv.c general.c magick-aux.c \
5 gen_txt.c gen_image.c gen_xhtml.c gen_html4.c
6
7 psiconv_LDADD = ../../lib/psiconv/libpsiconv.la @LIB_MAGICK@ @LIB_DMALLOC@
8 psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h general.h
9 man1_MANS = psiconv.man
10
11 EXTRA_DIST = gen.h psiconv.h magick-aux.h general.h psiconv.man

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26