Remove redundant file help/C/Makefile.am (!24)
The file has been redundant since it was first added [1]. It was never
listed in configure.ac (or configure.in) in AC_CONFIG_FILES. Therefore
autoconf has never produced help/C/Makefile.in and ./configure has never
produced help/C/Makefile. Therefore it isn't used during the build and
install of GParted. Remove it.
[1] 46ca7c74dc
Added code hooks to prepare for GParted Manual
Closes !24 - Port to GNOME 3 yelp-tools documentation infrastructure
This commit is contained in:
parent
2c3c897fed
commit
8412dcfe72
|
@ -1,7 +0,0 @@
|
|||
figdir = figures
|
||||
docname = gparted
|
||||
lang = C
|
||||
omffile = gparted-C.omf
|
||||
entities =
|
||||
include $(top_srcdir)/xmldocs.make
|
||||
dist-hook: app-dist-hook
|
Loading…
Reference in New Issue