X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fuser%2FMakefile;h=9a1b3951d42993b67d21ba76cd8c4d01759b9f9a;hb=23d0e614733c0305738d8c70d2e4c3e56beb6473;hp=ca3c252b5892d1fe30952cbe016989601985fcee;hpb=97204c8a0eb213af5f4c656cd30f1ecf82c8a520;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/doc/src/user/Makefile b/doc/src/user/Makefile index ca3c252..9a1b395 100644 --- a/doc/src/user/Makefile +++ b/doc/src/user/Makefile @@ -19,29 +19,10 @@ docs = user_guide src = user_guide.xfm -imbed_src = cpp_frame.im example1.im example2.im example3.im jhash.im -desired_out = rst ps +imbed_src = cpp_frame.im example1.im example2.im example3.im jhash.im example4.im metrics.im config.im +desired_out = rst ps md -# use care: the output type is used to source the macros based on the type -# of output being rendered. -# Two pass builds allow for table of contents gen/insert, forward var -# references etc. -# -%.ps: %.xfm - OUTPUT_TYPE=generic_ps XFM_PASS=1 pfm $< /dev/null - OUTPUT_TYPE=generic_ps XFM_PASS=2 pfm $< $@ - -%.md: %.xfm - OUTPUT_TYPE=markdown XFM_PASS=1 tfm $< /dev/null - OUTPUT_TYPE=markdown XFM_PASS=2 tfm $< | sed 's/^ //' >$@ - -%.rst: %.xfm - OUTPUT_TYPE=rst XFM_PASS=1 tfm $< /dev/null - GEN_TITLE=1 OUTPUT_TYPE=rst XFM_PASS=2 tfm $< | sed 's/^ //; s/ *$$//' >$@ - -%.txt: %.xfm - OUTPUT_TYPE=txt XFM_PASS=1 tfm $< /dev/null - OUTPUT_TYPE=txt XFM_PASS=2 tfm $< $@ +include ../master.mk # ----------------------------------------------------------------------------------- all: $(desired_out:%=user_guide.%)