]> git.cameronkatri.com Git - mandoc.git/blobdiff - Makefile
developer documentation regarding header files
[mandoc.git] / Makefile
index 63342293e62d18736d42dae0068be81a3ae2e49d..5a87ef006746ac145ffa93ff0a97929690e1272f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.446 2014/11/28 18:09:01 schwarze Exp $
+# $Id: Makefile,v 1.449 2014/12/01 08:09:26 schwarze Exp $
 #
 # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 # Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -92,7 +92,6 @@ SRCS           = att.c \
                   term_ascii.c \
                   term_ps.c \
                   tree.c \
-                  vol.c \
                   $(TESTSRCS)
 
 DISTFILES       = INSTALL \
@@ -102,7 +101,6 @@ DISTFILES    = INSTALL \
                   NEWS \
                   TODO \
                   apropos.1 \
-                  att.in \
                   cgi.h.example \
                   chars.in \
                   compat_fts.h \
@@ -133,6 +131,7 @@ DISTFILES    = INSTALL \
                   mandoc_aux.h \
                   mandoc_char.7 \
                   mandoc_escape.3 \
+                  mandoc_headers.3 \
                   mandoc_html.3 \
                   mandoc_malloc.3 \
                   manpath.h \
@@ -150,7 +149,6 @@ DISTFILES    = INSTALL \
                   tbl.3 \
                   tbl.7 \
                   term.h \
-                  vol.in \
                   $(SRCS)
 
 LIBMAN_OBJS     = man.o \
@@ -165,8 +163,7 @@ LIBMDOC_OBJS         = att.o \
                   mdoc_hash.o \
                   mdoc_macro.o \
                   mdoc_validate.o \
-                  st.o \
-                  vol.o
+                  st.o
 
 LIBROFF_OBJS    = eqn.o \
                   roff.o \
@@ -241,6 +238,7 @@ WWW_MANS     = apropos.1.html \
                   mandoc.1.html \
                   mandoc.3.html \
                   mandoc_escape.3.html \
+                  mandoc_headers.3.html \
                   mandoc_html.3.html \
                   mandoc_malloc.3.html \
                   mansearch.3.html \