Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gedit-latex
Commits
9fe147f7
Commit
9fe147f7
authored
May 02, 2020
by
Pietro Battiston
Browse files
Deleted obsolete Makefile.am
parent
e8187c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
deleted
100644 → 0
View file @
e8187c2a
SUBDIRS
=
data latex po
ACLOCAL_AMFLAGS
=
-I
m4
${ACLOCAL_FLAGS}
plugindir
=
$(libdir)
/gedit/plugins
plugin_in_files
=
latex.plugin.desktop.in
%.plugin
:
%.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po)
$(INTLTOOL_MERGE)
$(top_srcdir)
/po
$<
$@
-d
-u
-c
$(top_builddir)
/po/.intltool-merge-cache
plugin_DATA
=
$(plugin_in_files:.plugin.desktop.in=.plugin)
EXTRA_DIST
=
\
autogen.sh
\
gedit-latex.doap
\
intltool-extract.in
\
intltool-merge.in
\
intltool-update.in
\
$(plugin_in_files)
CLEANFILES
=
\
$(plugin_DATA)
DISTCLEANFILES
=
\
intltool-extract
\
intltool-merge
\
intltool-update
\
$(plugin_DATA)
MAINTAINERCLEANFILES
=
\
aclocal.m4
\
config.guess
\
config.h.in
\
config.sub
\
depcomp
\
install-sh
\
ltmain.sh
\
missing
\
mkinstalldirs
\
py-compile
\
`
find
"
$(srcdir)
"
-type
f
-name
Makefile.in
-print
`
dist-hook
:
@
if
test
-d
"
$(srcdir)
/.git"
;
\
then
\
echo
Creating ChangeLog
&&
\
(
GIT_DIR
=
$(top_srcdir)
/.git
\
./missing
--run
git log
--stat
-M
-C
--name-status
--date
=
short
--no-color
)
|
\
fmt
--split-only
>
ChangeLog.tmp
\
&&
mv
-f
ChangeLog.tmp
$(top_distdir)
/ChangeLog
\
||
(
rm
-f
ChangeLog.tmp
;
\
echo
Failed to generate ChangeLog
>
&2
)
;
\
else
\
echo
A git clone is required to generate a ChangeLog
>
&2
;
\
fi
-include
$(top_srcdir)/git.mk
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment