mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 18:20:29 +01:00
docs: fix distcheck error building settings spec
Apparently sometimes when doing the distcheck the generator can't open the file for writing (gets ENOACCESS) presumably because there's already a file there that's read-only. So remove any existing settings spec before regenerating.
This commit is contained in:
parent
50da718c2e
commit
100580b7fe
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ spec.html: $(XMLS) $(OTHER_FILES) html-build.stamp
|
|||
cp $@ $(builddir)/html/
|
||||
|
||||
settings-spec.xml: generate-settings-spec $(top_builddir)/libnm-util/libnm-util.la
|
||||
rm -f $(builddir)/$@
|
||||
$(builddir)/generate-settings-spec $(builddir)/$@
|
||||
|
||||
all: $(GENERATED_FILES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue