Shortcuts for properties, connpoints patch, potfiles.
[dia.git] / sheets / Makefile.am
blob339a29bd0e71e9f1529ecc781143e0eb2915f4ee
1 SUBDIRS = UML ER GRAFCET Jackson Istar KAOS
3 # To create a .sheet.in file from a .sheet file, run
4 # sed 's!<description!<_description!;s!</description!</_description!;s!<name!<_name!;s!</name!</_name!;' 
6 sheet_in_files = \
7   UML.sheet.in ER.sheet.in sybase.sheet.in FS.sheet.in network.sheet.in \
8   Flowchart.sheet.in Circuit.sheet.in Contact.sheet.in GRAFCET.sheet.in \
9   chronogram.sheet.in SADT.sheet.in Pneumatic.sheet.in Electric.sheet.in \
10   civil.sheet.in jigsaw.sheet.in MSE.sheet.in SDL.sheet.in Logic.sheet.in \
11   Misc.sheet.in Assorted.sheet.in ciscocomputer.sheet.in \
12   ciscohub.sheet.in ciscomisc.sheet.in cisconetwork.sheet.in \
13   ciscotelephony.sheet.in Cybernetics.sheet.in IsometricMap.sheet.in \
14   Istar.sheet.in Jackson.sheet.in KAOS.sheet.in ChemEng.sheet.in \
15   AADL.sheet.in Gane_and_Sarson.sheet.in BPMN.sheet.in
17 # EML.sheet.in disabled as the objects have GPL issues, see objects/Makefile.am
19 SHEETS = $(sheet_in_files:.sheet.in=.sheet)
21 sheetdir = $(pkgdatadir)/sheets
22 sheet_DATA = $(SHEETS)
24 %.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) 
25         $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u \
26                 -c $(top_srcdir)/po/.intltool-merge-cache
28 EXTRA_DIST = $(sheet_in_files) \
29         checktrans checktrans.py
31 CLEANFILES = sheet-translation-report $(SHEETS) 
33 sheet-translation-report: $(SHEETS) checktrans checktrans.py
34         -(cd $(srcdir) && ./checktrans $(SHEETS))
36 all-local: sheet-translation-report