source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc: add forgotten macro.{c,h} dependency rules
@ 2019-03-26 21:47 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-03-26 21:47 UTC (permalink / raw)
  To: source

Log Message:
-----------
add forgotten macro.{c,h} dependency rules

Modified Files:
--------------
    docbook2mdoc:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/docbook2mdoc/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -LMakefile -LMakefile -u -p -r1.19 -r1.20
--- Makefile
+++ Makefile
@@ -37,7 +37,8 @@ docbook2mdoc-$(VERSION).tgz:
 
 node.o: node.h
 parse.o: node.h parse.h
-docbook2mdoc.o: node.h format.h
+macro.o: node.h macro.h
+docbook2mdoc.o: node.h macro.h format.h
 main.o: node.h parse.h format.h
 
 index.html: index.xml
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-26 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26 21:47 docbook2mdoc: add forgotten macro.{c,h} dependency rules schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).