File: docs.mak

package info (click to toggle)
lua-rexlib 2.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 556 kB
  • sloc: ansic: 3,985; makefile: 70
file content (13 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Documentation Makefile

APP = rst2html.py
CP  = "copy /y"
RM  = del
IDX = ..\README.rst

ALLVAR = APP=$(APP) CP=$(CP) RM=$(RM) IDX=$(IDX)

.PHONY: all clean

all clean:
	cd ..\..\doc && $(MAKE) $(ALLVAR) $@