~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to gnome-sudoku/help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-06 22:22:58 UTC
  • mfrom: (1.1.103)
  • Revision ID: package-import@ubuntu.com-20120206222258-28gah1dnl2ij0kw0
Tags: 1:3.3.5-0ubuntu1
* New upstream release.
  - Performance was improved in Iagno, Mahjongg & Mines
  - Statusbar was removed from Iagno and Mines
  - Mines has a new game screen
  - Quadrapassel was ported to Vala
  - Quadrapassel has a new option to show where block
    will land
* debian/control.in:
  - Bump vala to valac-0.16 and GTK to 3.3.11
  - Build-Depend on yelp-tools instead of gnome-doc-utils
* Update install files for new help install location
* debian/patches/01_lpi.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# PARTICULAR PURPOSE.
15
15
 
16
16
@SET_MAKE@
17
 
 
18
 
# gnome-doc-utils.make - make magic for building documentation
19
 
# Copyright (C) 2004-2005 Shaun McCance <shaunm@gnome.org>
20
 
#
21
 
# This program is free software; you can redistribute it and/or modify
22
 
# it under the terms of the GNU General Public License as published by
23
 
# the Free Software Foundation; either version 2 of the License, or
24
 
# (at your option) any later version.
25
 
#
26
 
# This program is distributed in the hope that it will be useful,
27
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
28
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29
 
# GNU General Public License for more details.
30
 
#
31
 
# You should have received a copy of the GNU General Public License
32
 
# along with this program; if not, write to the Free Software Foundation,
33
 
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
34
 
#
35
 
# As a special exception to the GNU General Public License, if you
36
 
# distribute this file as part of a program that contains a
37
 
# configuration script generated by Autoconf, you may include it under
38
 
# the same distribution terms that you use for the rest of that program.
39
 
 
40
 
################################################################################
41
17
VPATH = @srcdir@
42
18
pkgdatadir = $(datadir)/@PACKAGE@
43
19
pkgincludedir = $(includedir)/@PACKAGE@
57
33
POST_UNINSTALL = :
58
34
build_triplet = @build@
59
35
host_triplet = @host@
60
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61
 
        $(top_srcdir)/gnome-doc-utils.make
62
36
subdir = gnome-sudoku/help
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
63
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
65
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
66
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68
 
        $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
40
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
41
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
42
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
69
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
44
        $(ACLOCAL_M4)
71
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87
61
AMTAR = @AMTAR@
88
62
AM_CFLAGS = @AM_CFLAGS@
89
63
AM_CPPFLAGS = @AM_CPPFLAGS@
90
 
AM_CXXFLAGS = @AM_CXXFLAGS@
91
64
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
92
65
AM_LDFLAGS = @AM_LDFLAGS@
93
66
AR = @AR@
108
81
CLUTTER_LIBS = @CLUTTER_LIBS@
109
82
CPP = @CPP@
110
83
CPPFLAGS = @CPPFLAGS@
111
 
CXX = @CXX@
112
 
CXXCPP = @CXXCPP@
113
 
CXXDEPMODE = @CXXDEPMODE@
114
 
CXXFLAGS = @CXXFLAGS@
115
84
CYGPATH_W = @CYGPATH_W@
116
85
DATADIRNAME = @DATADIRNAME@
117
86
DEFS = @DEFS@
118
87
DEPDIR = @DEPDIR@
119
88
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
120
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
121
89
DLLTOOL = @DLLTOOL@
122
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
123
90
DSYMUTIL = @DSYMUTIL@
124
91
DUMPBIN = @DUMPBIN@
125
92
ECHO_C = @ECHO_C@
156
123
INTLTOOL_MERGE = @INTLTOOL_MERGE@
157
124
INTLTOOL_PERL = @INTLTOOL_PERL@
158
125
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
126
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
127
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
128
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
129
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
159
130
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
160
131
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
161
132
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
164
135
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
165
136
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
166
137
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
138
ITSTOOL = @ITSTOOL@
167
139
LD = @LD@
168
140
LDFLAGS = @LDFLAGS@
169
141
LIBOBJS = @LIBOBJS@
184
156
NMEDIT = @NMEDIT@
185
157
OBJDUMP = @OBJDUMP@
186
158
OBJEXT = @OBJEXT@
187
 
OMF_DIR = @OMF_DIR@
188
159
OPENGL_CFLAGS = @OPENGL_CFLAGS@
189
160
OPENGL_LIBS = @OPENGL_LIBS@
190
161
OTOOL = @OTOOL@
224
195
VALAC = @VALAC@
225
196
VERSION = @VERSION@
226
197
WARN_CFLAGS = @WARN_CFLAGS@
227
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
228
198
XGETTEXT = @XGETTEXT@
 
199
XMLLINT = @XMLLINT@
229
200
abs_builddir = @abs_builddir@
230
201
abs_srcdir = @abs_srcdir@
231
202
abs_top_builddir = @abs_top_builddir@
232
203
abs_top_srcdir = @abs_top_srcdir@
233
204
ac_ct_AR = @ac_ct_AR@
234
205
ac_ct_CC = @ac_ct_CC@
235
 
ac_ct_CXX = @ac_ct_CXX@
236
206
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237
207
allgames = @allgames@
238
208
am__include = @am__include@
263
233
includedir = @includedir@
264
234
infodir = @infodir@
265
235
install_sh = @install_sh@
 
236
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
237
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
266
238
libdir = @libdir@
267
239
libexecdir = @libexecdir@
268
240
localedir = @localedir@
291
263
top_build_prefix = @top_build_prefix@
292
264
top_builddir = @top_builddir@
293
265
top_srcdir = @top_srcdir@
294
 
_clean_doc_header = $(if $(DOC_H_FILE),clean-doc-header)
295
 
_DOC_REAL_FORMATS = $(if $(DOC_USER_FORMATS),$(DOC_USER_FORMATS),$(DOC_FORMATS))
296
 
_DOC_REAL_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),               \
297
 
        $(filter $(LINGUAS),$(DOC_LINGUAS)),                                    \
298
 
        $(DOC_LINGUAS))
299
 
 
300
 
_DOC_ABS_SRCDIR = @abs_srcdir@
301
 
_xml2po_mode = $(if $(DOC_ID),mallard,docbook)
302
 
@ENABLE_SK_TRUE@_ENABLE_SK = true
303
 
 
304
 
################################################################################
305
 
db2omf_args = \
306
 
        --stringparam db2omf.basename $(DOC_MODULE)                             \
307
 
        --stringparam db2omf.format $(3)                                        \
308
 
        --stringparam db2omf.dtd                                                \
309
 
        $(shell xmllint --format $(2) | grep -h PUBLIC | head -n 1              \
310
 
                | sed -e 's/.*PUBLIC \(\"[^\"]*\"\).*/\1/')                     \
311
 
        --stringparam db2omf.lang $(notdir $(patsubst %/$(notdir $(2)),%,$(2))) \
312
 
        --stringparam db2omf.omf_dir "$(OMF_DIR)"                               \
313
 
        --stringparam db2omf.help_dir "$(HELP_DIR)"                             \
314
 
        --stringparam db2omf.omf_in "$(_DOC_OMF_IN)"                            \
315
 
        $(if $(_ENABLE_SK),                                                     \
316
 
          --stringparam db2omf.scrollkeeper_cl "$(_skcontentslist)")            \
317
 
        $(_db2omf) $(2)
318
 
 
319
 
_DOC_OMF_IN = $(if $(DOC_MODULE),$(wildcard $(_DOC_ABS_SRCDIR)/$(DOC_MODULE).omf.in))
320
 
_DOC_OMF_DB = $(if $(_DOC_OMF_IN),                                              \
321
 
        $(foreach lc,C $(_DOC_REAL_LINGUAS),$(DOC_MODULE)-$(lc).omf))
322
 
 
323
 
_DOC_OMF_HTML = $(if $(_DOC_OMF_IN),                                            \
324
 
        $(foreach lc,C $(_DOC_REAL_LINGUAS),$(DOC_MODULE)-html-$(lc).omf))
325
 
 
326
 
 
327
 
# FIXME
328
 
_DOC_OMF_ALL = \
329
 
        $(if $(filter docbook,$(_DOC_REAL_FORMATS)),$(_DOC_OMF_DB))             \
330
 
        $(if $(filter html HTML,$(_DOC_REAL_FORMATS)),$(_DOC_OMF_HTML))
331
 
 
332
 
 
333
 
################################################################################
334
 
_DOC_C_MODULE = $(if $(DOC_MODULE),C/$(DOC_MODULE).xml)
335
 
_DOC_C_PAGES = $(foreach page,$(DOC_PAGES),C/$(page))
336
 
_DOC_C_ENTITIES = $(foreach ent,$(DOC_ENTITIES),C/$(ent))
337
 
_DOC_C_INCLUDES = $(foreach inc,$(DOC_INCLUDES),C/$(inc))
338
 
_DOC_C_DOCS = \
339
 
        $(_DOC_C_ENTITIES)      $(_DOC_C_INCLUDES)                      \
340
 
        $(_DOC_C_PAGES)         $(_DOC_C_MODULE)
341
 
 
342
 
_DOC_C_DOCS_NOENT = \
343
 
        $(_DOC_C_MODULE)        $(_DOC_C_INCLUDES)                      \
344
 
        $(_DOC_C_PAGES)
345
 
 
346
 
_DOC_C_FIGURES = $(if $(DOC_FIGURES),                                   \
347
 
        $(foreach fig,$(DOC_FIGURES),C/$(fig)),                         \
348
 
        $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/C/figures/*.png)))
349
 
 
350
 
 
351
 
# FIXME: probably have to shell escape to determine the file names
352
 
_DOC_C_HTML = $(foreach f,                                              \
353
 
        $(shell xsltproc --xinclude                                     \
354
 
          --stringparam db.chunk.basename "$(DOC_MODULE)"               \
355
 
          $(_chunks) "C/$(DOC_MODULE).xml"),                            \
356
 
        C/$(f).xhtml)
357
 
 
358
 
 
359
 
###############################################################################
360
 
_DOC_POFILES = $(if $(DOC_MODULE)$(DOC_ID),                                     \
361
 
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(lc).po))
362
 
 
363
 
_DOC_MOFILES = $(patsubst %.po,%.mo,$(_DOC_POFILES))
364
 
_DOC_LC_MODULES = $(if $(DOC_MODULE),                                           \
365
 
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(DOC_MODULE).xml))
366
 
 
367
 
_DOC_LC_PAGES = \
368
 
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach page,$(_DOC_C_PAGES),       \
369
 
                $(lc)/$(notdir $(page)) ))
370
 
 
371
 
_DOC_LC_INCLUDES = \
372
 
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach inc,$(_DOC_C_INCLUDES),     \
373
 
                $(lc)/$(notdir $(inc)) ))
374
 
 
375
 
 
376
 
# FIXME: probably have to shell escape to determine the file names
377
 
_DOC_LC_HTML = \
378
 
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach doc,$(_DOC_C_HTML),         \
379
 
                $(lc)/$(notdir $(doc)) ))
380
 
 
381
 
_DOC_LC_DOCS = \
382
 
        $(_DOC_LC_MODULES)      $(_DOC_LC_INCLUDES)     $(_DOC_LC_PAGES)        \
383
 
        $(if $(filter html HTML,$(_DOC_REAL_FORMATS)),$(_DOC_LC_HTML))
384
 
 
385
 
_DOC_LC_FIGURES = $(foreach lc,$(_DOC_REAL_LINGUAS),                            \
386
 
        $(patsubst C/%,$(lc)/%,$(_DOC_C_FIGURES)) )
387
 
 
388
 
_DOC_SRC_FIGURES = \
389
 
        $(foreach fig,$(_DOC_C_FIGURES), $(foreach lc,C $(_DOC_REAL_LINGUAS),   \
390
 
                $(wildcard $(srcdir)/$(lc)/$(patsubst C/%,%,$(fig))) ))
391
 
 
392
 
_DOC_POT = $(if $(DOC_MODULE),$(DOC_MODULE).pot,$(if $(DOC_ID),$(DOC_ID).pot))
393
 
 
394
 
################################################################################
395
 
_DOC_HTML_ALL = $(if $(filter html HTML,$(_DOC_REAL_FORMATS)), \
396
 
        $(_DOC_C_HTML) $(_DOC_LC_HTML))
397
 
 
398
 
_DOC_HTML_TOPS = $(foreach lc,C $(_DOC_REAL_LINGUAS),$(lc)/$(DOC_MODULE).xhtml)
399
 
_clean_omf = $(if $(_DOC_OMF_IN),clean-doc-omf)
400
 
_clean_dsk = $(if $(_DOC_DSK_IN),clean-doc-dsk)
401
 
_clean_lc = $(if $(_DOC_REAL_LINGUAS),clean-doc-lc)
402
 
_clean_dir = $(if $(DOC_MODULE)$(DOC_ID),clean-doc-dir)
403
 
_doc_install_dir = $(if $(DOC_ID),$(DOC_ID),$(DOC_MODULE))
404
 
DOC_ID = gnome-sudoku
405
 
DOC_INCLUDES = legal.xml
406
 
DOC_FIGURES = \
 
266
HELP_ID = gnome-sudoku
 
267
HELP_MEDIA = \
407
268
        figures/logo32.png              \
408
269
        figures/logo.png                \
409
270
        figures/possible-numbers.png    \
413
274
        figures/strategy2.png           \
414
275
        figures/trackers.webm
415
276
 
416
 
DOC_PAGES = \
 
277
HELP_FILES = \
417
278
        basics.page                     \
418
279
        bug-filing.page                 \
419
280
        commandline.page                \
424
285
        index.page                      \
425
286
        intro.page                      \
426
287
        keyboard-shortcuts.page         \
 
288
        legal.xml                       \
427
289
        license.page                    \
428
290
        notes.page                      \
429
291
        print-blank-puzzles.page        \
436
298
        trackers.page                   \
437
299
        translate.page
438
300
 
439
 
DOC_LINGUAS = ca cs de el en_GB es eu fr it oc pt_BR ru sl sr sr@latin sv da zh_CN
 
301
HELP_LINGUAS = ca cs de en_GB el es eu fr it oc pt_BR ru sl sr sr@latin sv da zh_CN
440
302
all: all-am
441
303
 
442
304
.SUFFIXES:
443
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
 
305
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
444
306
        @for dep in $?; do \
445
307
          case '$(am__configure_deps)' in \
446
308
            *$$dep*) \
513
375
            || exit 1; \
514
376
          fi; \
515
377
        done
516
 
        $(MAKE) $(AM_MAKEFLAGS) \
517
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
518
 
          dist-hook
519
378
check-am: all-am
520
379
check: check-am
521
380
all-am: Makefile
547
406
        @echo "it deletes files that may require special tools to rebuild."
548
407
clean: clean-am
549
408
 
550
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
409
clean-am: clean-generic clean-libtool mostlyclean-am
551
410
 
552
411
distclean: distclean-am
553
412
        -rm -f Makefile
554
 
distclean-am: clean-am distclean-generic distclean-local
 
413
distclean-am: clean-am distclean-generic
555
414
 
556
415
dvi: dvi-am
557
416
 
565
424
 
566
425
info-am:
567
426
 
568
 
install-data-am: install-data-local
 
427
install-data-am:
569
428
 
570
429
install-dvi: install-dvi-am
571
430
 
595
454
 
596
455
maintainer-clean: maintainer-clean-am
597
456
        -rm -f Makefile
598
 
maintainer-clean-am: distclean-am maintainer-clean-generic \
599
 
        maintainer-clean-local
 
457
maintainer-clean-am: distclean-am maintainer-clean-generic
600
458
 
601
459
mostlyclean: mostlyclean-am
602
460
 
603
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
604
 
        mostlyclean-local
 
461
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
605
462
 
606
463
pdf: pdf-am
607
464
 
611
468
 
612
469
ps-am:
613
470
 
614
 
uninstall-am: uninstall-local
 
471
uninstall-am:
615
472
 
616
473
.MAKE: install-am install-strip
617
474
 
618
475
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
619
 
        clean-local dist-hook distclean distclean-generic \
620
 
        distclean-libtool distclean-local distdir dvi dvi-am html \
621
 
        html-am info info-am install install-am install-data \
622
 
        install-data-am install-data-local install-dvi install-dvi-am \
 
476
        distclean distclean-generic distclean-libtool distdir dvi \
 
477
        dvi-am html html-am info info-am install install-am \
 
478
        install-data install-data-am install-dvi install-dvi-am \
623
479
        install-exec install-exec-am install-html install-html-am \
624
480
        install-info install-info-am install-man install-pdf \
625
481
        install-pdf-am install-ps install-ps-am install-strip \
626
482
        installcheck installcheck-am installdirs maintainer-clean \
627
 
        maintainer-clean-generic maintainer-clean-local mostlyclean \
628
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
629
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-local
630
 
 
631
 
 
632
 
DOC_H_FILE ?=
633
 
 
634
 
DOC_H_DOCS ?=
635
 
 
636
 
$(DOC_H_FILE): $(DOC_H_DOCS);
637
 
        @rm -f $@.tmp; touch $@.tmp;
638
 
        echo 'const gchar* documentation_credits[] = {' >> $@.tmp
639
 
        list='$(DOC_H_DOCS)'; for doc in $$list; do \
640
 
          xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
641
 
          if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
642
 
          xsltproc --path "$$xmlpath" $(_credits) $$doc; \
643
 
        done | sort | uniq \
644
 
          | awk 'BEGIN{s=""}{n=split($$0,w,"<");if(s!=""&&s!=substr(w[1],1,length(w[1])-1)){print s};if(n>1){print $$0;s=""}else{s=$$0}};END{if(s!=""){print s}}' \
645
 
          | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/\t"\1",/' >> $@.tmp
646
 
        echo '  NULL' >> $@.tmp
647
 
        echo '};' >> $@.tmp
648
 
        echo >> $@.tmp
649
 
        list='$(DOC_H_DOCS)'; for doc in $$list; do \
650
 
          xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
651
 
          if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
652
 
          docid=`echo "$$doc" | sed -e 's/.*\/\([^/]*\)\.xml/\1/' \
653
 
            | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`; \
654
 
          echo $$xmlpath; \
655
 
          ids=`xsltproc --xinclude --path "$$xmlpath" $(_ids) $$doc`; \
656
 
          for id in $$ids; do \
657
 
            echo '#define HELP_'`echo $$docid`'_'`echo $$id \
658
 
              | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`' "'$$id'"' >> $@.tmp; \
659
 
          done; \
660
 
          echo >> $@.tmp; \
661
 
        done;
662
 
        cp $@.tmp $@ && rm -f $@.tmp
663
 
 
664
 
dist-check-gdu:
665
 
@HAVE_GNOME_DOC_UTILS_FALSE@    @echo "*** GNOME Doc Utils must be installed in order to make dist"
666
 
@HAVE_GNOME_DOC_UTILS_FALSE@    @false
667
 
 
668
 
.PHONY: dist-doc-header
669
 
dist-doc-header: $(DOC_H_FILE)
670
 
        @if test -f "$(DOC_H_FILE)"; then d=; else d="$(srcdir)/"; fi; \
671
 
        echo "$(INSTALL_DATA) $${d}$(DOC_H_FILE) $(distdir)/$(DOC_H_FILE)"; \
672
 
        $(INSTALL_DATA) "$${d}$(DOC_H_FILE)" "$(distdir)/$(DOC_H_FILE)";
673
 
 
674
 
doc-dist-hook: dist-check-gdu $(if $(DOC_H_FILE),dist-doc-header)
675
 
 
676
 
.PHONY: clean-doc-header
677
 
clean-local: $(_clean_doc_header)
678
 
distclean-local: $(_clean_doc_header)
679
 
mostlyclean-local: $(_clean_doc_header)
680
 
maintainer-clean-local: $(_clean_doc_header)
681
 
clean-doc-header:
682
 
        rm -f $(DOC_H_FILE)
683
 
 
684
 
all: $(DOC_H_FILE)
685
 
 
686
 
################################################################################
687
 
 
688
 
DOC_MODULE ?=
689
 
 
690
 
DOC_ID ?=
691
 
 
692
 
DOC_PAGES ?=
693
 
 
694
 
DOC_ENTITIES ?=
695
 
 
696
 
DOC_INCLUDES ?=
697
 
 
698
 
DOC_FIGURES ?=
699
 
 
700
 
DOC_FORMATS ?= docbook
701
 
 
702
 
DOC_LINGUAS ?=
703
 
 
704
 
################################################################################
705
 
 
706
 
_xml2po ?= `which xml2po`
707
 
 
708
 
_db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
709
 
_db2omf  ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
710
 
_malrng  ?= `$(PKG_CONFIG) --variable malrng gnome-doc-utils`
711
 
_chunks  ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
712
 
_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
713
 
_ids ?= $(shell $(PKG_CONFIG) --variable xmldir gnome-doc-utils)/gnome/xslt/docbook/utils/ids.xsl
714
 
@ENABLE_SK_TRUE@_skpkgdatadir ?= `scrollkeeper-config --pkgdatadir`
715
 
@ENABLE_SK_TRUE@_sklocalstatedir ?= `scrollkeeper-config --pkglocalstatedir`
716
 
@ENABLE_SK_TRUE@_skcontentslist ?= $(_skpkgdatadir)/Templates/C/scrollkeeper_cl.xml
717
 
 
718
 
$(_DOC_OMF_DB) : $(_DOC_OMF_IN)
719
 
$(_DOC_OMF_DB) : $(DOC_MODULE)-%.omf : %/$(DOC_MODULE).xml
720
 
        @test "x$(_ENABLE_SK)" != "xtrue" -o -f "$(_skcontentslist)" || {       \
721
 
          echo "The file '$(_skcontentslist)' does not exist." >&2;             \
722
 
          echo "Please check your ScrollKeeper installation." >&2;              \
723
 
          exit 1; }
724
 
        xsltproc -o $@ $(call db2omf_args,$@,$<,'docbook') || { rm -f "$@"; exit 1; }
725
 
 
726
 
$(_DOC_OMF_HTML) : $(_DOC_OMF_IN)
727
 
$(_DOC_OMF_HTML) : $(DOC_MODULE)-html-%.omf : %/$(DOC_MODULE).xml
728
 
@ENABLE_SK_TRUE@        @test "x$(_ENABLE_SK)" != "xtrue" -o -f "$(_skcontentslist)" || {       \
729
 
@ENABLE_SK_TRUE@          echo "The file '$(_skcontentslist)' does not exist" >&2;              \
730
 
@ENABLE_SK_TRUE@          echo "Please check your ScrollKeeper installation." >&2;              \
731
 
@ENABLE_SK_TRUE@          exit 1; }
732
 
        xsltproc -o $@ $(call db2omf_args,$@,$<,'xhtml') || { rm -f "$@"; exit 1; }
733
 
 
734
 
.PHONY: omf
735
 
omf: $(_DOC_OMF_ALL)
736
 
 
737
 
.PHONY: po
738
 
po: $(_DOC_POFILES)
739
 
 
740
 
.PHONY: mo
741
 
mo: $(_DOC_MOFILES)
742
 
 
743
 
$(_DOC_POFILES):
744
 
        @if ! test -d $(dir $@); then \
745
 
          echo "mkdir $(dir $@)"; \
746
 
          mkdir "$(dir $@)"; \
747
 
        fi
748
 
        @if test ! -f $@ -a -f $(srcdir)/$@; then \
749
 
          echo "cp $(srcdir)/$@ $@"; \
750
 
          cp "$(srcdir)/$@" "$@"; \
751
 
        fi;
752
 
        @docs=; \
753
 
        list='$(_DOC_C_DOCS_NOENT)'; for doc in $$list; do \
754
 
          docs="$$docs $(_DOC_ABS_SRCDIR)/$$doc"; \
755
 
        done; \
756
 
        if ! test -f $@; then \
757
 
          echo "(cd $(dir $@) && \
758
 
            $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
759
 
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)"; \
760
 
          (cd $(dir $@) && \
761
 
            $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
762
 
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp); \
763
 
        else \
764
 
          echo "(cd $(dir $@) && \
765
 
            $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs)"; \
766
 
          (cd $(dir $@) && \
767
 
            $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs); \
768
 
        fi
769
 
 
770
 
$(_DOC_MOFILES): %.mo: %.po
771
 
        @if ! test -d $(dir $@); then \
772
 
          echo "mkdir $(dir $@)"; \
773
 
          mkdir "$(dir $@)"; \
774
 
        fi
775
 
        msgfmt -o $@ $<
776
 
 
777
 
# FIXME: fix the dependancy
778
 
# FIXME: hook xml2po up
779
 
$(_DOC_LC_DOCS) : $(_DOC_MOFILES)
780
 
$(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
781
 
        if ! test -d $(dir $@); then mkdir $(dir $@); fi
782
 
        if [ -f "C/$(notdir $@)" ]; then d="../"; else d="$(_DOC_ABS_SRCDIR)/"; fi; \
783
 
        mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \
784
 
        if [ -f "$${mo}" ]; then mo="../$${mo}"; else mo="$(_DOC_ABS_SRCDIR)/$${mo}"; fi; \
785
 
        (cd $(dir $@) && \
786
 
          $(_xml2po) -m $(_xml2po_mode) -e -t "$${mo}" \
787
 
            "$${d}C/$(notdir $@)" > $(notdir $@).tmp && \
788
 
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)
789
 
.PHONY: pot
790
 
pot: $(_DOC_POT)
791
 
$(_DOC_POT): $(_DOC_C_DOCS_NOENT)
792
 
        $(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
793
 
 
794
 
$(_DOC_HTML_TOPS): $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
795
 
        xsltproc -o $@ --xinclude --param db.chunk.chunk_top "false()" --stringparam db.chunk.basename "$(DOC_MODULE)" --stringparam db.chunk.extension ".xhtml" $(_db2html) $(patsubst %.xhtml,%.xml,$@)
796
 
 
797
 
################################################################################
798
 
 
799
 
all:                                                    \
800
 
        $(_DOC_C_DOCS)          $(_DOC_LC_DOCS)         \
801
 
        $(_DOC_OMF_ALL)         $(_DOC_DSK_ALL)         \
802
 
        $(_DOC_HTML_ALL)        $(_DOC_POFILES)
803
 
 
804
 
################################################################################
805
 
 
806
 
.PHONY: clean-doc-omf clean-doc-dsk clean-doc-lc clean-doc-dir
807
 
 
808
 
clean-doc-omf: ; rm -f $(_DOC_OMF_DB) $(_DOC_OMF_HTML)
809
 
clean-doc-dsk: ; rm -f $(_DOC_DSK_DB) $(_DOC_DSK_HTML)
810
 
clean-doc-lc:
811
 
        rm -f $(_DOC_LC_DOCS)
812
 
        rm -f $(_DOC_MOFILES)
813
 
        @list='$(_DOC_POFILES)'; for po in $$list; do \
814
 
          if ! test "$$po" -ef "$(srcdir)/$$po"; then \
815
 
            echo "rm -f $$po"; \
816
 
            rm -f "$$po"; \
817
 
          fi; \
818
 
        done
819
 
#       .xml2.po.mo cleaning is obsolete as of 0.18.1 and could be removed in 0.20.x
820
 
        @for lc in C $(_DOC_REAL_LINGUAS); do \
821
 
          if test -f "$$lc/.xml2po.mo"; then \
822
 
            echo "rm -f $$lc/.xml2po.mo"; \
823
 
            rm -f "$$lc/.xml2po.mo"; \
824
 
          fi; \
825
 
        done
826
 
clean-doc-dir: clean-doc-lc
827
 
        @for lc in C $(_DOC_REAL_LINGUAS); do \
828
 
          for dir in `find $$lc -depth -type d`; do \
829
 
            if ! test $$dir -ef $(srcdir)/$$dir; then \
830
 
              echo "rmdir $$dir"; \
831
 
              rmdir "$$dir"; \
832
 
           fi; \
833
 
          done; \
834
 
        done
835
 
 
836
 
clean-local:                                            \
837
 
        $(_clean_omf)           $(_clean_dsk)           \
838
 
        $(_clean_lc)            $(_clean_dir)
839
 
distclean-local:                                        \
840
 
        $(_clean_omf)           $(_clean_dsk)           \
841
 
        $(_clean_lc)            $(_clean_dir)
842
 
mostlyclean-local:                                      \
843
 
        $(_clean_omf)           $(_clean_dsk)           \
844
 
        $(_clean_lc)            $(_clean_dir)
845
 
maintainer-clean-local:                                 \
846
 
        $(_clean_omf)           $(_clean_dsk)           \
847
 
        $(_clean_lc)            $(_clean_dir)
848
 
 
849
 
################################################################################
850
 
 
851
 
.PHONY: dist-doc-docs dist-doc-pages dist-doc-figs dist-doc-omf dist-doc-dsk
852
 
doc-dist-hook:                                          \
853
 
        $(if $(DOC_MODULE)$(DOC_ID),dist-doc-docs)      \
854
 
        $(if $(_DOC_C_FIGURES),dist-doc-figs)           \
855
 
        $(if $(_DOC_OMF_IN),dist-doc-omf)
856
 
#       $(if $(_DOC_DSK_IN),dist-doc-dsk)
857
 
 
858
 
dist-doc-docs: $(_DOC_C_DOCS) $(_DOC_LC_DOCS) $(_DOC_POFILES)
859
 
        @for lc in C $(_DOC_REAL_LINGUAS); do \
860
 
          echo " $(mkinstalldirs) $(distdir)/$$lc"; \
861
 
          $(mkinstalldirs) "$(distdir)/$$lc"; \
862
 
        done
863
 
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS) $(_DOC_POFILES)'; \
864
 
        for doc in $$list; do \
865
 
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
866
 
            docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
867
 
            if ! test -d "$(distdir)/$$docdir"; then \
868
 
              echo "$(mkinstalldirs) $(distdir)/$$docdir"; \
869
 
              $(mkinstalldirs) "$(distdir)/$$docdir"; \
870
 
            fi; \
871
 
          echo "$(INSTALL_DATA) $$d$$doc $(distdir)/$$doc"; \
872
 
          $(INSTALL_DATA) "$$d$$doc" "$(distdir)/$$doc"; \
873
 
        done
874
 
 
875
 
dist-doc-figs: $(_DOC_SRC_FIGURES)
876
 
        @list='$(_DOC_C_FIGURES) $(_DOC_LC_FIGURES)'; \
877
 
        for fig in $$list; do \
878
 
          if test -f "$$fig"; then d=; else d="$(srcdir)/"; fi; \
879
 
          if test -f "$$d$$fig"; then \
880
 
            figdir=`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
881
 
            if ! test -d "$(distdir)/$$figdir"; then \
882
 
              echo "$(mkinstalldirs) $(distdir)/$$figdir"; \
883
 
              $(mkinstalldirs) "$(distdir)/$$figdir"; \
884
 
            fi; \
885
 
            echo "$(INSTALL_DATA) $$d$$fig $(distdir)/$$fig"; \
886
 
            $(INSTALL_DATA) "$$d$$fig" "$(distdir)/$$fig"; \
887
 
          fi; \
888
 
        done;
889
 
 
890
 
dist-doc-omf:
891
 
        @if test -f "$(_DOC_OMF_IN)"; then d=; else d="$(srcdir)/"; fi; \
892
 
        echo "$(INSTALL_DATA) $$d$(_DOC_OMF_IN) $(distdir)/$(notdir $(_DOC_OMF_IN))"; \
893
 
        $(INSTALL_DATA) "$$d$(_DOC_OMF_IN)" "$(distdir)/$(notdir $(_DOC_OMF_IN))"
894
 
 
895
 
dist-doc-dsk:
896
 
        @if test -f "$(_DOC_DSK_IN)"; then d=; else d="$(srcdir)/"; fi; \
897
 
        echo "$(INSTALL_DATA) $$d$(_DOC_DSK_IN) $(distdir)/$(notdir $(_DOC_DSK_IN))"; \
898
 
        $(INSTALL_DATA) "$$d$(_DOC_DSK_IN)" "$(distdir)/$(notdir $(_DOC_DSK_IN))"
899
 
 
900
 
################################################################################
901
 
 
902
 
.PHONY: check-doc-docs check-doc-omf
903
 
check:                                                  \
904
 
        $(if $(DOC_MODULE),check-doc-docs)              \
905
 
        $(if $(DOC_ID),check-doc-pages)                 \
906
 
        $(if $(_DOC_OMF_IN),check-doc-omf)
907
 
 
908
 
check-doc-docs: $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
909
 
        @for lc in C $(_DOC_REAL_LINGUAS); do \
910
 
          if test -f "$$lc"; \
911
 
            then d=; \
912
 
            xmlpath="$$lc"; \
913
 
          else \
914
 
            d="$(srcdir)/"; \
915
 
            xmlpath="$$lc:$(srcdir)/$$lc"; \
916
 
          fi; \
917
 
          echo "xmllint --noout --noent --path $$xmlpath --xinclude --postvalid $$d$$lc/$(DOC_MODULE).xml"; \
918
 
          xmllint --noout --noent --path "$$xmlpath" --xinclude --postvalid "$$d$$lc/$(DOC_MODULE).xml"; \
919
 
        done
920
 
 
921
 
check-doc-pages: $(_DOC_C_PAGES) $(_DOC_LC_PAGES)
922
 
        for lc in C $(_DOC_REAL_LINGUAS); do \
923
 
          if test -f "$$lc"; \
924
 
            then d=; \
925
 
            xmlpath="$$lc"; \
926
 
          else \
927
 
            d="$(srcdir)/"; \
928
 
            xmlpath="$$lc:$(srcdir)/$$lc"; \
929
 
          fi; \
930
 
          for page in $(DOC_PAGES); do \
931
 
            echo "xmllint --noout --noent --path $$xmlpath --xinclude --relaxng $(_malrng) $$d$$lc/$$page"; \
932
 
            xmllint --noout --noent --path "$$xmlpath" --xinclude --relaxng "$(_malrng)" "$$d$$lc/$$page"; \
933
 
          done; \
934
 
        done
935
 
 
936
 
check-doc-omf: $(_DOC_OMF_ALL)
937
 
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
938
 
          echo "xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf"; \
939
 
          xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf; \
940
 
        done
941
 
 
942
 
################################################################################
943
 
 
944
 
.PHONY: install-doc-docs install-doc-html install-doc-figs install-doc-omf install-doc-dsk
945
 
 
946
 
install-data-local:                                     \
947
 
        $(if $(DOC_MODULE)$(DOC_ID),install-doc-docs)   \
948
 
        $(if $(_DOC_HTML_ALL),install-doc-html)         \
949
 
        $(if $(_DOC_C_FIGURES),install-doc-figs)        \
950
 
        $(if $(_DOC_OMF_IN),install-doc-omf)
951
 
#       $(if $(_DOC_DSK_IN),install-doc-dsk)
952
 
 
953
 
install-doc-docs:
954
 
        @for lc in C $(_DOC_REAL_LINGUAS); do \
955
 
          echo "$(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc"; \
956
 
          $(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc; \
957
 
        done
958
 
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
959
 
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
960
 
          docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
961
 
          docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
962
 
          if ! test -d "$$docdir"; then \
963
 
            echo "$(mkinstalldirs) $$docdir"; \
964
 
            $(mkinstalldirs) "$$docdir"; \
965
 
          fi; \
966
 
          echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
967
 
          $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc; \
968
 
        done
969
 
 
970
 
install-doc-figs:
971
 
        @list='$(patsubst C/%,%,$(_DOC_C_FIGURES))'; for fig in $$list; do \
972
 
          for lc in C $(_DOC_REAL_LINGUAS); do \
973
 
            figsymlink=false; \
974
 
            if test -f "$$lc/$$fig"; then \
975
 
              figfile="$$lc/$$fig"; \
976
 
            elif test -f "$(srcdir)/$$lc/$$fig"; then \
977
 
              figfile="$(srcdir)/$$lc/$$fig"; \
978
 
            else \
979
 
              figsymlink=true; \
980
 
            fi; \
981
 
            figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
982
 
            figdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$figdir"; \
983
 
            if ! test -d "$$figdir"; then \
984
 
              echo "$(mkinstalldirs) $$figdir"; \
985
 
              $(mkinstalldirs) "$$figdir"; \
986
 
            fi; \
987
 
            figbase=`echo $$fig | sed -e 's/^.*\///'`; \
988
 
            if $$figsymlink; then \
989
 
              echo "cd $$figdir && $(LN_S) -f ../../C/$$fig $$figbase"; \
990
 
              ( cd "$$figdir" && $(LN_S) -f "../../C/$$fig" "$$figbase" ); \
991
 
            else \
992
 
              echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
993
 
              $(INSTALL_DATA) "$$figfile" "$$figdir$$figbase"; \
994
 
            fi; \
995
 
          done; \
996
 
        done
997
 
 
998
 
install-doc-html:
999
 
        echo install-html
1000
 
 
1001
 
install-doc-omf:
1002
 
        $(mkinstalldirs) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)
1003
 
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
1004
 
          echo "$(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
1005
 
          $(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf; \
1006
 
        done
1007
 
        @if test "x$(_ENABLE_SK)" = "xtrue"; then \
1008
 
          echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
1009
 
          scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
1010
 
        fi;
1011
 
 
1012
 
install-doc-dsk:
1013
 
        echo install-dsk
1014
 
 
1015
 
################################################################################
1016
 
 
1017
 
.PHONY: uninstall-doc-docs uninstall-doc-html uninstall-doc-figs uninstall-doc-omf uninstall-doc-dsk
1018
 
uninstall-local:                                        \
1019
 
        $(if $(DOC_MODULE)$(DOC_ID),uninstall-doc-docs) \
1020
 
        $(if $(_DOC_HTML_ALL),uninstall-doc-html)       \
1021
 
        $(if $(_DOC_C_FIGURES),uninstall-doc-figs)      \
1022
 
        $(if $(_DOC_OMF_IN),uninstall-doc-omf)
1023
 
#       $(if $(_DOC_DSK_IN),uninstall-doc-dsk)
1024
 
 
1025
 
uninstall-doc-docs:
1026
 
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
1027
 
          echo " rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
1028
 
          rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
1029
 
        done
1030
 
 
1031
 
uninstall-doc-figs:
1032
 
        @list='$(_DOC_C_FIGURES) $(_DOC_LC_FIGURES)'; for fig in $$list; do \
1033
 
          echo "rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
1034
 
          rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
1035
 
        done;
1036
 
 
1037
 
uninstall-doc-omf:
1038
 
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
1039
 
          if test "x$(_ENABLE_SK)" = "xtrue"; then \
1040
 
            echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
1041
 
            scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
1042
 
          fi; \
1043
 
          echo "rm -f $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
1044
 
          rm -f "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
1045
 
        done
1046
 
dist-hook: doc-dist-hook
 
483
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
484
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
485
 
 
486
@YELP_HELP_RULES@
1047
487
 
1048
488
-include $(top_srcdir)/git.mk
1049
489