| 1 | # Makefile.in generated by automake 1.7.9 from Makefile.am. |
|---|
| 2 | # @configure_input@ |
|---|
| 3 | |
|---|
| 4 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 |
|---|
| 5 | # Free Software Foundation, Inc. |
|---|
| 6 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 7 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 8 | # with or without modifications, as long as this notice is preserved. |
|---|
| 9 | |
|---|
| 10 | # This program is distributed in the hope that it will be useful, |
|---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 13 | # PARTICULAR PURPOSE. |
|---|
| 14 | |
|---|
| 15 | @SET_MAKE@ |
|---|
| 16 | |
|---|
| 17 | # |
|---|
| 18 | # No modifications of this Makefile should be necessary. |
|---|
| 19 | # |
|---|
| 20 | # To use this template: |
|---|
| 21 | # 1) Define: figdir, docname, lang, omffile, and entities in |
|---|
| 22 | # your Makefile.am file for each document directory, |
|---|
| 23 | # although figdir, omffile, and entities may be empty |
|---|
| 24 | # 2) Make sure the Makefile in (1) also includes |
|---|
| 25 | # "include $(top_srcdir)/xmldocs.make" and |
|---|
| 26 | # "dist-hook: app-dist-hook". |
|---|
| 27 | # 3) Optionally define 'entities' to hold xml entities which |
|---|
| 28 | # you would also like installed |
|---|
| 29 | # 4) Figures must go under $(figdir)/ and be in PNG format |
|---|
| 30 | # 5) You should only have one document per directory |
|---|
| 31 | # 6) Note that the figure directory, $(figdir)/, should not have its |
|---|
| 32 | # own Makefile since this Makefile installs those figures. |
|---|
| 33 | # |
|---|
| 34 | # example Makefile.am: |
|---|
| 35 | # figdir = figures |
|---|
| 36 | # docname = scrollkeeper-manual |
|---|
| 37 | # lang = C |
|---|
| 38 | # omffile=scrollkeeper-manual-C.omf |
|---|
| 39 | # entities = fdl.xml |
|---|
| 40 | # include $(top_srcdir)/xmldocs.make |
|---|
| 41 | # dist-hook: app-dist-hook |
|---|
| 42 | # |
|---|
| 43 | # About this file: |
|---|
| 44 | # This file was taken from scrollkeeper_example2, a package illustrating |
|---|
| 45 | # how to install documentation and OMF files for use with ScrollKeeper |
|---|
| 46 | # 0.3.x and 0.4.x. For more information, see: |
|---|
| 47 | # http://scrollkeeper.sourceforge.net/ |
|---|
| 48 | # Version: 0.1.2 (last updated: March 20, 2002) |
|---|
| 49 | # |
|---|
| 50 | |
|---|
| 51 | # |
|---|
| 52 | # No modifications of this Makefile should be necessary. |
|---|
| 53 | # |
|---|
| 54 | # This file contains the build instructions for installing OMF files. It is |
|---|
| 55 | # generally called from the makefiles for particular formats of documentation. |
|---|
| 56 | # |
|---|
| 57 | # Note that you must configure your package with --localstatedir=/var/lib |
|---|
| 58 | # so that the scrollkeeper-update command below will update the database |
|---|
| 59 | # in the standard scrollkeeper directory. |
|---|
| 60 | # |
|---|
| 61 | # If it is impossible to configure with --localstatedir=/var/lib, then |
|---|
| 62 | # modify the definition of scrollkeeper_localstate_dir so that |
|---|
| 63 | # it points to the correct location. Note that you must still use |
|---|
| 64 | # $(localstatedir) in this or when people build RPMs it will update |
|---|
| 65 | # the real database on their system instead of the one under RPM_BUILD_ROOT. |
|---|
| 66 | # |
|---|
| 67 | # Note: This make file is not incorporated into xmldocs.make because, in |
|---|
| 68 | # general, there will be other documents install besides XML documents |
|---|
| 69 | # and the makefiles for these formats should also include this file. |
|---|
| 70 | # |
|---|
| 71 | # About this file: |
|---|
| 72 | # This file was taken from scrollkeeper_example2, a package illustrating |
|---|
| 73 | # how to install documentation and OMF files for use with ScrollKeeper |
|---|
| 74 | # 0.3.x and 0.4.x. For more information, see: |
|---|
| 75 | # http://scrollkeeper.sourceforge.net/ |
|---|
| 76 | # Version: 0.1.2 (last updated: March 20, 2002) |
|---|
| 77 | # |
|---|
| 78 | |
|---|
| 79 | srcdir = @srcdir@ |
|---|
| 80 | top_srcdir = @top_srcdir@ |
|---|
| 81 | VPATH = @srcdir@ |
|---|
| 82 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 83 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 84 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 85 | top_builddir = ../.. |
|---|
| 86 | |
|---|
| 87 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 88 | INSTALL = @INSTALL@ |
|---|
| 89 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 90 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| 91 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| 92 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 93 | transform = $(program_transform_name) |
|---|
| 94 | NORMAL_INSTALL = : |
|---|
| 95 | PRE_INSTALL = : |
|---|
| 96 | POST_INSTALL = : |
|---|
| 97 | NORMAL_UNINSTALL = : |
|---|
| 98 | PRE_UNINSTALL = : |
|---|
| 99 | POST_UNINSTALL = : |
|---|
| 100 | ACLOCAL = @ACLOCAL@ |
|---|
| 101 | AMDEP_FALSE = @AMDEP_FALSE@ |
|---|
| 102 | AMDEP_TRUE = @AMDEP_TRUE@ |
|---|
| 103 | AMTAR = @AMTAR@ |
|---|
| 104 | AUTOCONF = @AUTOCONF@ |
|---|
| 105 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 106 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 107 | AWK = @AWK@ |
|---|
| 108 | BUILD_gtk = @BUILD_gtk@ |
|---|
| 109 | CATALOGS = @CATALOGS@ |
|---|
| 110 | CATOBJEXT = @CATOBJEXT@ |
|---|
| 111 | CC = @CC@ |
|---|
| 112 | CCDEPMODE = @CCDEPMODE@ |
|---|
| 113 | CFLAGS = @CFLAGS@ |
|---|
| 114 | CPP = @CPP@ |
|---|
| 115 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 116 | CXX = @CXX@ |
|---|
| 117 | CXXCPP = @CXXCPP@ |
|---|
| 118 | CXXDEPMODE = @CXXDEPMODE@ |
|---|
| 119 | CXXFLAGS = @CXXFLAGS@ |
|---|
| 120 | CYGPATH_W = @CYGPATH_W@ |
|---|
| 121 | DATADIRNAME = @DATADIRNAME@ |
|---|
| 122 | DEB_HDRS = @DEB_HDRS@ |
|---|
| 123 | DEB_LIBS = @DEB_LIBS@ |
|---|
| 124 | DEFS = @DEFS@ |
|---|
| 125 | DEPDIR = @DEPDIR@ |
|---|
| 126 | ECHO_C = @ECHO_C@ |
|---|
| 127 | ECHO_N = @ECHO_N@ |
|---|
| 128 | ECHO_T = @ECHO_T@ |
|---|
| 129 | EGREP = @EGREP@ |
|---|
| 130 | EXEEXT = @EXEEXT@ |
|---|
| 131 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ |
|---|
| 132 | GMOFILES = @GMOFILES@ |
|---|
| 133 | GMSGFMT = @GMSGFMT@ |
|---|
| 134 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 135 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 136 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 137 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 138 | INSTOBJEXT = @INSTOBJEXT@ |
|---|
| 139 | INTLLIBS = @INTLLIBS@ |
|---|
| 140 | INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ |
|---|
| 141 | INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ |
|---|
| 142 | INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ |
|---|
| 143 | INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ |
|---|
| 144 | INTLTOOL_ICONV = @INTLTOOL_ICONV@ |
|---|
| 145 | INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ |
|---|
| 146 | INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ |
|---|
| 147 | INTLTOOL_MERGE = @INTLTOOL_MERGE@ |
|---|
| 148 | INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@ |
|---|
| 149 | INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@ |
|---|
| 150 | INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ |
|---|
| 151 | INTLTOOL_PERL = @INTLTOOL_PERL@ |
|---|
| 152 | INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ |
|---|
| 153 | INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ |
|---|
| 154 | INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ |
|---|
| 155 | INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ |
|---|
| 156 | INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ |
|---|
| 157 | INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ |
|---|
| 158 | INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ |
|---|
| 159 | INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ |
|---|
| 160 | INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ |
|---|
| 161 | INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ |
|---|
| 162 | INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@ |
|---|
| 163 | INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ |
|---|
| 164 | INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ |
|---|
| 165 | LDFLAGS = @LDFLAGS@ |
|---|
| 166 | LIBOBJS = @LIBOBJS@ |
|---|
| 167 | LIBS = @LIBS@ |
|---|
| 168 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 169 | MAINT = @MAINT@ |
|---|
| 170 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
|---|
| 171 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
|---|
| 172 | MAKEINFO = @MAKEINFO@ |
|---|
| 173 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
|---|
| 174 | MSGFMT = @MSGFMT@ |
|---|
| 175 | OBJEXT = @OBJEXT@ |
|---|
| 176 | PACKAGE = @PACKAGE@ |
|---|
| 177 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 178 | PACKAGE_CFLAGS = @PACKAGE_CFLAGS@ |
|---|
| 179 | PACKAGE_LIBS = @PACKAGE_LIBS@ |
|---|
| 180 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 181 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 182 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 183 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 184 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 185 | PKG_CONFIG = @PKG_CONFIG@ |
|---|
| 186 | POFILES = @POFILES@ |
|---|
| 187 | POSUB = @POSUB@ |
|---|
| 188 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ |
|---|
| 189 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ |
|---|
| 190 | RANLIB = @RANLIB@ |
|---|
| 191 | RPM_HDRS = @RPM_HDRS@ |
|---|
| 192 | RPM_LIBS = @RPM_LIBS@ |
|---|
| 193 | SET_MAKE = @SET_MAKE@ |
|---|
| 194 | SHELL = @SHELL@ |
|---|
| 195 | STRIP = @STRIP@ |
|---|
| 196 | USE_NLS = @USE_NLS@ |
|---|
| 197 | VERSION = @VERSION@ |
|---|
| 198 | VTE_CFLAGS = @VTE_CFLAGS@ |
|---|
| 199 | VTE_LIBS = @VTE_LIBS@ |
|---|
| 200 | WITH_LUA_FALSE = @WITH_LUA_FALSE@ |
|---|
| 201 | WITH_LUA_TRUE = @WITH_LUA_TRUE@ |
|---|
| 202 | XGETTEXT = @XGETTEXT@ |
|---|
| 203 | XMLTO = @XMLTO@ |
|---|
| 204 | ac_ct_CC = @ac_ct_CC@ |
|---|
| 205 | ac_ct_CXX = @ac_ct_CXX@ |
|---|
| 206 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
|---|
| 207 | ac_ct_STRIP = @ac_ct_STRIP@ |
|---|
| 208 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
|---|
| 209 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
|---|
| 210 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
|---|
| 211 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
|---|
| 212 | am__include = @am__include@ |
|---|
| 213 | am__leading_dot = @am__leading_dot@ |
|---|
| 214 | am__quote = @am__quote@ |
|---|
| 215 | bindir = @bindir@ |
|---|
| 216 | build_alias = @build_alias@ |
|---|
| 217 | datadir = @datadir@ |
|---|
| 218 | exec_prefix = @exec_prefix@ |
|---|
| 219 | host_alias = @host_alias@ |
|---|
| 220 | includedir = @includedir@ |
|---|
| 221 | infodir = @infodir@ |
|---|
| 222 | install_sh = @install_sh@ |
|---|
| 223 | libdir = @libdir@ |
|---|
| 224 | libexecdir = @libexecdir@ |
|---|
| 225 | localstatedir = @localstatedir@ |
|---|
| 226 | mandir = @mandir@ |
|---|
| 227 | mkdir_p = @mkdir_p@ |
|---|
| 228 | oldincludedir = @oldincludedir@ |
|---|
| 229 | prefix = @prefix@ |
|---|
| 230 | program_transform_name = @program_transform_name@ |
|---|
| 231 | sbindir = @sbindir@ |
|---|
| 232 | sharedstatedir = @sharedstatedir@ |
|---|
| 233 | synapticlocaledir = @synapticlocaledir@ |
|---|
| 234 | sysconfdir = @sysconfdir@ |
|---|
| 235 | target_alias = @target_alias@ |
|---|
| 236 | figdir = figures |
|---|
| 237 | docname = synaptic |
|---|
| 238 | lang = es |
|---|
| 239 | omffile = synaptic-es.omf |
|---|
| 240 | entities = gpl.xml |
|---|
| 241 | |
|---|
| 242 | # ************* Begin of section some packagers may need to modify ************** |
|---|
| 243 | # This variable (docdir) specifies where the documents should be installed. |
|---|
| 244 | # This default value should work for most packages. |
|---|
| 245 | # docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang) |
|---|
| 246 | docdir = $(datadir)/gnome/help/$(docname)/$(lang) |
|---|
| 247 | |
|---|
| 248 | # ************** You should not have to edit below this line ******************* |
|---|
| 249 | xml_files = $(entities) $(docname).xml |
|---|
| 250 | |
|---|
| 251 | EXTRA_DIST = $(xml_files) $(omffile) |
|---|
| 252 | CLEANFILES = omf_timestamp html_timestamp |
|---|
| 253 | |
|---|
| 254 | omf_dest_dir = $(datadir)/omf/@PACKAGE@ |
|---|
| 255 | scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper |
|---|
| 256 | subdir = help/es |
|---|
| 257 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 258 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|---|
| 259 | CONFIG_HEADER = $(top_builddir)/config.h |
|---|
| 260 | CONFIG_CLEAN_FILES = |
|---|
| 261 | DIST_SOURCES = |
|---|
| 262 | DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/omf.make \ |
|---|
| 263 | $(top_srcdir)/xmldocs.make Makefile.am |
|---|
| 264 | all: all-am |
|---|
| 265 | |
|---|
| 266 | .SUFFIXES: |
|---|
| 267 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|---|
| 268 | cd $(top_srcdir) && \ |
|---|
| 269 | $(AUTOMAKE) --gnu help/es/Makefile |
|---|
| 270 | Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 271 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) |
|---|
| 272 | uninstall-info-am: |
|---|
| 273 | tags: TAGS |
|---|
| 274 | TAGS: |
|---|
| 275 | |
|---|
| 276 | ctags: CTAGS |
|---|
| 277 | CTAGS: |
|---|
| 278 | |
|---|
| 279 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 280 | |
|---|
| 281 | top_distdir = ../.. |
|---|
| 282 | distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) |
|---|
| 283 | |
|---|
| 284 | distdir: $(DISTFILES) |
|---|
| 285 | $(mkinstalldirs) $(distdir)/../.. |
|---|
| 286 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 287 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 288 | list='$(DISTFILES)'; for file in $$list; do \ |
|---|
| 289 | case $$file in \ |
|---|
| 290 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
|---|
| 291 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
|---|
| 292 | esac; \ |
|---|
| 293 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 294 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 295 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
|---|
| 296 | dir="/$$dir"; \ |
|---|
| 297 | $(mkinstalldirs) "$(distdir)$$dir"; \ |
|---|
| 298 | else \ |
|---|
| 299 | dir=''; \ |
|---|
| 300 | fi; \ |
|---|
| 301 | if test -d $$d/$$file; then \ |
|---|
| 302 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 303 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 304 | fi; \ |
|---|
| 305 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 306 | else \ |
|---|
| 307 | test -f $(distdir)/$$file \ |
|---|
| 308 | || cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 309 | || exit 1; \ |
|---|
| 310 | fi; \ |
|---|
| 311 | done |
|---|
| 312 | $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 313 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
|---|
| 314 | dist-hook |
|---|
| 315 | check-am: all-am |
|---|
| 316 | check: check-am |
|---|
| 317 | all-am: Makefile |
|---|
| 318 | |
|---|
| 319 | installdirs: |
|---|
| 320 | install: install-am |
|---|
| 321 | install-exec: install-exec-am |
|---|
| 322 | install-data: install-data-am |
|---|
| 323 | uninstall: uninstall-am |
|---|
| 324 | |
|---|
| 325 | install-am: all-am |
|---|
| 326 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 327 | |
|---|
| 328 | installcheck: installcheck-am |
|---|
| 329 | install-strip: |
|---|
| 330 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 331 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 332 | `test -z '$(STRIP)' || \ |
|---|
| 333 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 334 | mostlyclean-generic: |
|---|
| 335 | |
|---|
| 336 | clean-generic: |
|---|
| 337 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
|---|
| 338 | |
|---|
| 339 | distclean-generic: |
|---|
| 340 | -rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 341 | |
|---|
| 342 | maintainer-clean-generic: |
|---|
| 343 | @echo "This command is intended for maintainers to use" |
|---|
| 344 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 345 | clean: clean-am |
|---|
| 346 | |
|---|
| 347 | clean-am: clean-generic mostlyclean-am |
|---|
| 348 | |
|---|
| 349 | distclean: distclean-am |
|---|
| 350 | -rm -f Makefile |
|---|
| 351 | distclean-am: clean-am distclean-generic |
|---|
| 352 | |
|---|
| 353 | dvi: dvi-am |
|---|
| 354 | |
|---|
| 355 | dvi-am: |
|---|
| 356 | |
|---|
| 357 | info: info-am |
|---|
| 358 | |
|---|
| 359 | info-am: |
|---|
| 360 | |
|---|
| 361 | install-data-am: install-data-local |
|---|
| 362 | @$(NORMAL_INSTALL) |
|---|
| 363 | $(MAKE) $(AM_MAKEFLAGS) install-data-hook |
|---|
| 364 | |
|---|
| 365 | install-exec-am: |
|---|
| 366 | |
|---|
| 367 | install-info: install-info-am |
|---|
| 368 | |
|---|
| 369 | install-man: |
|---|
| 370 | |
|---|
| 371 | installcheck-am: |
|---|
| 372 | |
|---|
| 373 | maintainer-clean: maintainer-clean-am |
|---|
| 374 | -rm -f Makefile |
|---|
| 375 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 376 | |
|---|
| 377 | mostlyclean: mostlyclean-am |
|---|
| 378 | |
|---|
| 379 | mostlyclean-am: mostlyclean-generic |
|---|
| 380 | |
|---|
| 381 | pdf: pdf-am |
|---|
| 382 | |
|---|
| 383 | pdf-am: |
|---|
| 384 | |
|---|
| 385 | ps: ps-am |
|---|
| 386 | |
|---|
| 387 | ps-am: |
|---|
| 388 | |
|---|
| 389 | uninstall-am: uninstall-info-am uninstall-local |
|---|
| 390 | |
|---|
| 391 | .PHONY: all all-am check check-am clean clean-generic distclean \ |
|---|
| 392 | distclean-generic distdir dvi dvi-am info info-am install \ |
|---|
| 393 | install-am install-data install-data-am install-data-local \ |
|---|
| 394 | install-exec install-exec-am install-info install-info-am \ |
|---|
| 395 | install-man install-strip installcheck installcheck-am \ |
|---|
| 396 | installdirs maintainer-clean maintainer-clean-generic \ |
|---|
| 397 | mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ |
|---|
| 398 | uninstall-am uninstall-info-am uninstall-local |
|---|
| 399 | |
|---|
| 400 | |
|---|
| 401 | omf: omf_timestamp |
|---|
| 402 | |
|---|
| 403 | omf_timestamp: $(omffile) |
|---|
| 404 | -for file in $(omffile); do \ |
|---|
| 405 | scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \ |
|---|
| 406 | done |
|---|
| 407 | touch omf_timestamp |
|---|
| 408 | |
|---|
| 409 | install-data-hook-omf: |
|---|
| 410 | $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) |
|---|
| 411 | for file in $(omffile); do \ |
|---|
| 412 | $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ |
|---|
| 413 | done |
|---|
| 414 | -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) |
|---|
| 415 | |
|---|
| 416 | uninstall-local-omf: |
|---|
| 417 | -for file in $(srcdir)/*.omf; do \ |
|---|
| 418 | basefile=`basename $$file`; \ |
|---|
| 419 | rm -f $(omf_dest_dir)/$$basefile; \ |
|---|
| 420 | done |
|---|
| 421 | -rmdir $(omf_dest_dir) |
|---|
| 422 | -scrollkeeper-update -p $(scrollkeeper_localstate_dir) |
|---|
| 423 | |
|---|
| 424 | # If the following file is in a subdir (like help/) you need to add that to the path |
|---|
| 425 | |
|---|
| 426 | all: omf html |
|---|
| 427 | |
|---|
| 428 | html: html_timestamp |
|---|
| 429 | |
|---|
| 430 | html_timestamp: $(docname).xml |
|---|
| 431 | rm -f $(top_builddir)/doc/html/$(lang)/*html |
|---|
| 432 | xmlto html -o $(top_builddir)/doc/html/$(lang) --skip-validation $(srcdir)/$(docname).xml |
|---|
| 433 | mkdir -p $(top_builddir)/doc/html/$(lang)/figures |
|---|
| 434 | cp $(top_srcdir)/help/$(lang)/figures/* $(top_builddir)/doc/html/$(lang)/figures |
|---|
| 435 | touch html_timestamp |
|---|
| 436 | |
|---|
| 437 | $(docname).xml: $(entities) |
|---|
| 438 | -ourdir=`pwd`; \ |
|---|
| 439 | cd $(srcdir); \ |
|---|
| 440 | cp $(entities) $$ourdir |
|---|
| 441 | |
|---|
| 442 | app-dist-hook: html |
|---|
| 443 | if test "$(figdir)"; then \ |
|---|
| 444 | $(mkinstalldirs) $(distdir)/$(figdir); \ |
|---|
| 445 | for file in $(srcdir)/$(figdir)/*.png; do \ |
|---|
| 446 | basefile=`echo $$file | sed -e 's,^.*/,,'`; \ |
|---|
| 447 | $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \ |
|---|
| 448 | done \ |
|---|
| 449 | fi |
|---|
| 450 | |
|---|
| 451 | install-data-local: omf |
|---|
| 452 | $(mkinstalldirs) $(DESTDIR)$(docdir) |
|---|
| 453 | for file in $(xml_files); do \ |
|---|
| 454 | cp $(srcdir)/$$file $(DESTDIR)$(docdir); \ |
|---|
| 455 | done |
|---|
| 456 | if test "$(figdir)"; then \ |
|---|
| 457 | $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \ |
|---|
| 458 | for file in $(srcdir)/$(figdir)/*.png; do \ |
|---|
| 459 | basefile=`echo $$file | sed -e 's,^.*/,,'`; \ |
|---|
| 460 | $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \ |
|---|
| 461 | done \ |
|---|
| 462 | fi |
|---|
| 463 | |
|---|
| 464 | install-data-hook: install-data-hook-omf |
|---|
| 465 | |
|---|
| 466 | uninstall-local: uninstall-local-doc uninstall-local-omf |
|---|
| 467 | |
|---|
| 468 | uninstall-local-doc: |
|---|
| 469 | -if test "$(figdir)"; then \ |
|---|
| 470 | for file in $(srcdir)/$(figdir)/*.png; do \ |
|---|
| 471 | basefile=`echo $$file | sed -e 's,^.*/,,'`; \ |
|---|
| 472 | rm -f $(docdir)/$(figdir)/$$basefile; \ |
|---|
| 473 | done; \ |
|---|
| 474 | rmdir $(DESTDIR)$(docdir)/$(figdir); \ |
|---|
| 475 | fi |
|---|
| 476 | -for file in $(xml_files); do \ |
|---|
| 477 | rm -f $(DESTDIR)$(docdir)/$$file; \ |
|---|
| 478 | done |
|---|
| 479 | -rmdir $(DESTDIR)$(docdir) |
|---|
| 480 | dist-hook: app-dist-hook |
|---|
| 481 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 482 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 483 | .NOEXPORT: |
|---|