File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,4 @@ depcomp
8686/modules /* /test- * .log
8787/modules /* /test- * .trs
8888/test /images
89- /doc /cockpit.appdata.xml
90- /doc /cockpit.desktop
9189
Original file line number Diff line number Diff line change 1616# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
1717
1818AC_INIT ( [ Cockpit] ,
19- [ 0.21 ] ,
19+ [ 0.22 ] ,
20202121 [ cockpit] ,
2222 [ http://www.cockpit-project.org/] )
Original file line number Diff line number Diff line change 11
22@INTLTOOL_XML_RULE@
33appdatadir = $(datadir)/appdata
4- appdata_DATA = $(srcdir)/$(appdata_in_files:.xml.in=. xml)
4+ appdata_DATA = doc/cockpit.appdata. xml
55appdata_in_files = doc/cockpit.appdata.xml.in
66
77@INTLTOOL_DESKTOP_RULE@
88desktopdir = $(datadir)/applications
9- desktop_in_files = $(srcdir)/ doc/cockpit.desktop.in
10- desktop_DATA = $(desktop_in_files: .desktop.in=.desktop)
9+ desktop_in_files = doc/cockpit.desktop.in
10+ desktop_DATA = doc/cockpit .desktop
1111
1212pixmapdir = $(datadir)/pixmaps
13- pixmap_DATA = $(srcdir)/ doc/cockpit.png
13+ pixmap_DATA = doc/cockpit.png
1414
1515CLEANFILES += \
1616 cockpit.desktop \
1717 $(appdata_DATA) \
1818 $(desktop_DATA) \
19+ doc/.dirstamp \
1920 $(NULL)
2021
2122EXTRA_DIST += \
2223 doc/cockpit-transport.svg \
2324 doc/cockpit-transport.png \
2425 $(appdata_in_files) \
2526 $(desktop_in_files) \
27+ $(pixmap_DATA) \
2628 $(NULL)
2729
30+ # Require that this directory exists
31+ BUILT_SOURCES += doc/.dirstamp
32+ doc/.dirstamp:
33+ $(AM_V_GEN) $(MKDIR_P) doc && : > doc/.dirstamp
34+
2835render-images::
2936 inkscape --without-gui --export-area-page \
3037 --export-width=1280 --export-height=960 \
You can’t perform that action at this time.
0 commit comments