Get rid of the old texinfo.
[dragonfly.git] / contrib / groff / src / include / Makefile.sub
1 HDRS=\
2   assert.h \
3   cmap.h \
4   cset.h \
5   color.h \
6   device.h \
7   driver.h \
8   errarg.h \
9   error.h \
10   font.h \
11   geometry.h \
12   getopt.h \
13   groff-getopt.h \
14   htmlhint.h \
15   index.h \
16   lib.h \
17   macropath.h \
18   nonposix.h \
19   posix.h \
20   printer.h \
21   ptable.h \
22   refid.h \
23   search.h \
24   searchpath.h \
25   stringclass.h
26 GENHDRS=defs.h
27
28 all depend: $(GENHDRS)
29
30 defs.h: FORCE
31         @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
32         "PROG_PREFIX=\"$(g)\"" \
33         "DEVICE=\"$(DEVICE)\"" \
34         "BINPATH=\"$(bindir)\"" \
35         "FONTPATH=\"$(fontpath)\"" \
36         "MACROPATH=\"$(tmacpath)\"" \
37         "INDEX_SUFFIX=\"$(indexext)\"" \
38         "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
39         "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
40         "DEFAULT_INDEX_NAME=\"$(indexname)\"" \
41         "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
42
43 FORCE: